Einhugur Word Plugin for Xojo

Hyperlink.Runs Method

Returns RunIterator for the runs in the hyperlink. This function is for using with for each statements.

Runs() as EinhugurWord.RunIterator

Parameters

Returns

EinhugurWord.RunIterator

Remarks

Usage:


for each it as Run in para.Runs
    // Your code here
next




Iterators are not supported on Xojo 2019r1. You need newer Xojo to use Iterators.

See Also

Hyperlink Class